home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-03 / qbfaqr01.zip / QBFAQ < prev    next >
Text File  |  1992-08-10  |  4KB  |  71 lines

  1.      I propose we turn the idea of a FAQL (Frequently Asked Questions List), to
  2. a FAQR, Frequently Asked QuickBASIC Routines.  This is because most of the 
  3. stuff I have are routines .. just a few actual documents.
  4.  
  5. So here's some stuff I wrote while I went through my collection cleaning up all
  6. the message headers, re-writing some pieces of code in functions, etc :
  7.  
  8. The first thing I did before cleaning up all my files, I separated all the 
  9. files into separate directories, so here are the categories I have so far :
  10. MISC     Miscellaneous code and docs
  11. QB       QB 4.5 related files such as patches, making libs, etc
  12. NETWORK  Two routines to determine network IDs
  13. SOUND    Well, not to rush you, we're waiting, Rich.  Need complete listing of
  14.          QBTWEAKR though.
  15. MOUSE    Well, so far I have Rich Gelrich's text cursor routines.
  16.          There's also at least dozens of mouse codes floating around 
  17.          everywhere, anyone want to provide some well written and documented 
  18.          ones?
  19. PSP      Well, I need someone to come up with a complete set of routines for
  20.          using the PSP
  21. DATE     Date of the week routines, and the Juliana functions
  22. MATH     General theory stuff, Arc Sine function, Compression, Encryption
  23. DOS      Lots of files and Interrupt related stuff here
  24. DBASE    I have an incomplete DBase write program here.  Some one provide a 
  25.          more complete one?  There's one in QB News, but are we allowed to use
  26.          that?
  27. MIXLANG  Some docs on mix language programming. Missing Parts 6 and 7 of Howard
  28.          Mencher's series.  Also, a test program in A86 to use as library in
  29.          QB.  I need some articles on Assembler interface.
  30. ANSI     Rich Geldrich's PANSI.BAS
  31. RESOURCE So far, I have BASIC Pro, Crescent Soft., a Mail order Co., and the
  32.          Waite Group's QuickBASIC Bible for references
  33. DISABLE  Various routines to disable stuff
  34. KEYBOARD An example to use extended keys and Txt3win
  35. COMM     Various communication routines
  36. GRAPHIC  Various graphical routines
  37.  
  38. Well, we're gonna need some good explainer to explain what the new user is 
  39. getting and how to use these routines.
  40.  
  41. Some things I have to ask for is :
  42.  
  43. DBase Routines
  44. PDQ support?
  45. Who posted routines to individually turn on and off keyboard status?
  46. Want to support QuickBASIC only?
  47. What about PowerBASIC routines?
  48. Someone want to convert some PowerBASIC routines in QB?
  49. Howard Mencher, I'm missing Mix Language with QB, parts 6 and 7
  50. Brent Ashley, or someone with a good manual, would you do some complete 
  51.    routines for accessing the PSP?
  52. Can someone come up with a routine to turn the DTR off and on?
  53. I forgot to save BASIC Pro Magazine's address, can some one provide that?
  54. How about a sound library?  Seems that lots of people in all sorts of 
  55.    progamming conferences are looking for them.  Why not one in QB?
  56. Can someone write up a short article on using RANDOM files with TYPEs?
  57. It would be nice if someone came up with a font to be used with FONTEST.BAS
  58. Ok, do you think the routines to encode colours into a string should be i
  59.    included?  btw, I only have half of them, can whoever has them, post them to
  60.    me?
  61. Did anybody find my ScreenSave routines remotely useful?  Should I include
  62.    those?  They're the ones with multiple types of saving and retrieving to
  63.    cover most graphic modes.  I know there's lots of bugs in them but what do
  64.    you think?  Did all of those freehand ...
  65.  
  66.     Ok, last question, I have cleaned up all of the code in my collection.
  67. Does anyone think I should post a prelimenary compressed file for all of you
  68. to look at?  It'll only be consisted of code and a few docs (incomplete ones
  69. included) ... well?
  70.  
  71.                             Edward Lam